updateVaultAppRole

Update a Vault AppRole

Format

udclient [global-args...] [global-flags...]
  updateVaultAppRole [parameters] [JSON file]

Parameters

Table 1. Parameters
Parameter Type Required Description
store string false Vault ID/Name
vaultAppRole string true Name or ID of the Vault App Role

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "name": "The Vault App Role Name (Optional, Unique per 
  Vault store)",
  "roleId": "The Vault Role ID (Optional)",
  "secretId": "The Vault Secret ID (Optional)"
}

Related REST command: Update a Vault AppRole.